home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.BC.XXXX < prev    next >
Encoding:
Text File  |  1990-07-23  |  2.1 KB  |  51 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:          $BC (188)
  7. Auxiliary Types:    All
  8.  
  9. Full Name:     Apple IIgs Generic Load File
  10. Short Name:    Load file (generic)
  11.  
  12. Written by:    Matt Deatherage                                      July 1990
  13.  
  14. Files of this type and auxiliary type contain OMF for the Apple IIgs.
  15. _____________________________________________________________________________
  16.  
  17. Files of type $BC contain data that is to be loaded by one of the Apple IIgs 
  18. Loaders (either the System Loader or ExpressLoad).  No other information about 
  19. the data is known.  Load files which do not fit other load file type 
  20. definitions ($B3-$BD) should be of type $BC.  The most common use for files of 
  21. type $BC are code modules.
  22.  
  23. The following auxiliary type assignment is current for this file type as of 
  24. the publication date of this Note:
  25.  
  26.     Auxiliary Type    Short Name             Developer
  27.     ____________________________________________________
  28.     $0000             Load file (generic)    any
  29.     $4001             Nifty List Module      DAL Systems
  30.     ____________________________________________________
  31.  
  32.             Table 1-Auxiliary Type Assignments
  33.  
  34. Note that auxiliary type $0000 is listed as "any" developer.  You may create 
  35. and use files of $BC and auxiliary type $0000 as you wish; Apple does not 
  36. maintain a specific assignment for this auxiliary type.  However, if you use 
  37. auxiliary type $0000, you must not identify your files exclusively by it.  
  38. Many load files can share this auxiliary type, and it alone is not suitable 
  39. for file content identification.  Apple allows the free use of auxiliary type 
  40. $0000 since load files must have a load file type and often further 
  41. identification is not necessary.
  42.  
  43. Also note that auxiliary type $0000 is reserved in other file types; you may 
  44. not use auxiliary type $0000 in other file types without assignment from 
  45. Developer Technical Support.
  46.  
  47. Further Reference
  48. _____________________________________________________________________________
  49.   o  GS/OS Reference
  50.  
  51.